ASP.NET Core MVC コントロールヘルプ
ItemRole メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ListBoxBuilder<T> クラス : ItemRole メソッド
The value.
Configurates C1.Web.Mvc.ListBox<T>.ItemRole. Sets the value of the "role" attribute added to the list items.
シンタックス
'宣言
 
Public Function ItemRole( _
   ByVal value As System.String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> ItemRole( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The default value for this property is "option".
参照

ListBoxBuilder<T> クラス
ListBoxBuilder<T> メンバ